Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/CD Setup #141

Merged
merged 1 commit into from
May 15, 2019
Merged

CI/CD Setup #141

merged 1 commit into from
May 15, 2019

Conversation

kiraarghy
Copy link
Contributor

  1. Added prettier + script.
  2. Added EsLint + base formidable config + script.
  3. Fixed eslint errors.
  4. Added sail ci config.

Copy link
Contributor

@sofiapoh sofiapoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just wondering if there's a way to get around adding // eslint-disable-next-line import/no-unresolved everywhere? It just doesn't seem to understand non-default imports that well and just makes imports look ugly for completely valid code :(

@@ -55,7 +58,7 @@ class CodeEditor extends Component {
);

render() {
const { style, code: _code, onChange, language, ...rest } = this.props;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing these will actually cause problems as the ...rest causes those props to leak to the underlying Editor

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhhh okay!

1. Added prettier + script.
1. Added EsLint + base formidable config + script.
1. added .eslintignore
1. Fixed eslint errors.
1. Added sail ci config.
@sofiapoh sofiapoh merged commit 05e0ad7 into master May 15, 2019
@sofiapoh sofiapoh deleted the CI/CDSetup branch May 15, 2019 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants